home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Trial / Webroot Internet Security Essentials / WebrootSecurityTrialSetup_EN.exe / {app} / Backup / resources / wsdl / client.wsdl < prev    next >
Extensible Markup Language  |  2008-11-13  |  7KB  |  158 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://tempuri.org/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  3.   <wsdl:types>
  4.     <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
  5.       <s:element name="uploadclientdb">
  6.         <s:complexType>
  7.           <s:sequence>
  8.             <s:element minOccurs="0" maxOccurs="1" name="filenameserv" type="s:string" />
  9.             <s:element minOccurs="0" maxOccurs="1" name="filepathserver" type="s:string" />
  10.             <s:element minOccurs="0" maxOccurs="1" name="clientdate" type="s:string" />
  11.             <s:element minOccurs="0" maxOccurs="1" name="systemno" type="s:string" />
  12.             <s:element minOccurs="1" maxOccurs="1" name="isbaseline" type="s:int" />
  13.             <s:element minOccurs="0" maxOccurs="1" name="strUserName" type="s:string" />
  14.           </s:sequence>
  15.         </s:complexType>
  16.       </s:element>
  17.       <s:element name="uploadclientdbResponse">
  18.         <s:complexType>
  19.           <s:sequence>
  20.             <s:element minOccurs="1" maxOccurs="1" name="uploadclientdbResult" type="s:boolean" />
  21.           </s:sequence>
  22.         </s:complexType>
  23.       </s:element>
  24.       <s:element name="getclientdb">
  25.         <s:complexType>
  26.           <s:sequence>
  27.             <s:element minOccurs="0" maxOccurs="1" name="uniquenum" type="s:string" />
  28.             <s:element minOccurs="0" maxOccurs="1" name="strUserName" type="s:string" />
  29.           </s:sequence>
  30.         </s:complexType>
  31.       </s:element>
  32.       <s:element name="getclientdbResponse">
  33.         <s:complexType>
  34.           <s:sequence>
  35.             <s:element minOccurs="0" maxOccurs="1" name="getclientdbResult" type="tns:ArrayOfString" />
  36.           </s:sequence>
  37.         </s:complexType>
  38.       </s:element>
  39.       <s:complexType name="ArrayOfString">
  40.         <s:sequence>
  41.           <s:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="s:string" />
  42.         </s:sequence>
  43.       </s:complexType>
  44.       <s:element name="recoverfile">
  45.         <s:complexType>
  46.           <s:sequence>
  47.             <s:element minOccurs="0" maxOccurs="1" name="uniquenum" type="s:string" />
  48.             <s:element minOccurs="0" maxOccurs="1" name="clientpath" type="s:string" />
  49.             <s:element minOccurs="0" maxOccurs="1" name="username" type="s:string" />
  50.           </s:sequence>
  51.         </s:complexType>
  52.       </s:element>
  53.       <s:element name="recoverfileResponse">
  54.         <s:complexType>
  55.           <s:sequence>
  56.             <s:element minOccurs="0" maxOccurs="1" name="recoverfileResult" type="tns:ArrayOfString" />
  57.           </s:sequence>
  58.         </s:complexType>
  59.       </s:element>
  60.       <s:element name="GetServerIP">
  61.         <s:complexType />
  62.       </s:element>
  63.       <s:element name="GetServerIPResponse">
  64.         <s:complexType>
  65.           <s:sequence>
  66.             <s:element minOccurs="0" maxOccurs="1" name="GetServerIPResult" type="s:string" />
  67.           </s:sequence>
  68.         </s:complexType>
  69.       </s:element>
  70.     </s:schema>
  71.   </wsdl:types>
  72.   <wsdl:message name="uploadclientdbSoapIn">
  73.     <wsdl:part name="parameters" element="tns:uploadclientdb" />
  74.   </wsdl:message>
  75.   <wsdl:message name="uploadclientdbSoapOut">
  76.     <wsdl:part name="parameters" element="tns:uploadclientdbResponse" />
  77.   </wsdl:message>
  78.   <wsdl:message name="getclientdbSoapIn">
  79.     <wsdl:part name="parameters" element="tns:getclientdb" />
  80.   </wsdl:message>
  81.   <wsdl:message name="getclientdbSoapOut">
  82.     <wsdl:part name="parameters" element="tns:getclientdbResponse" />
  83.   </wsdl:message>
  84.   <wsdl:message name="recoverfileSoapIn">
  85.     <wsdl:part name="parameters" element="tns:recoverfile" />
  86.   </wsdl:message>
  87.   <wsdl:message name="recoverfileSoapOut">
  88.     <wsdl:part name="parameters" element="tns:recoverfileResponse" />
  89.   </wsdl:message>
  90.   <wsdl:message name="GetServerIPSoapIn">
  91.     <wsdl:part name="parameters" element="tns:GetServerIP" />
  92.   </wsdl:message>
  93.   <wsdl:message name="GetServerIPSoapOut">
  94.     <wsdl:part name="parameters" element="tns:GetServerIPResponse" />
  95.   </wsdl:message>
  96.   <wsdl:portType name="clientSoap">
  97.     <wsdl:operation name="uploadclientdb">
  98.       <wsdl:input message="tns:uploadclientdbSoapIn" />
  99.       <wsdl:output message="tns:uploadclientdbSoapOut" />
  100.     </wsdl:operation>
  101.     <wsdl:operation name="getclientdb">
  102.       <wsdl:input message="tns:getclientdbSoapIn" />
  103.       <wsdl:output message="tns:getclientdbSoapOut" />
  104.     </wsdl:operation>
  105.     <wsdl:operation name="recoverfile">
  106.       <wsdl:input message="tns:recoverfileSoapIn" />
  107.       <wsdl:output message="tns:recoverfileSoapOut" />
  108.     </wsdl:operation>
  109.     <wsdl:operation name="GetServerIP">
  110.       <wsdl:input message="tns:GetServerIPSoapIn" />
  111.       <wsdl:output message="tns:GetServerIPSoapOut" />
  112.     </wsdl:operation>
  113.   </wsdl:portType>
  114.   <wsdl:binding name="clientSoap" type="tns:clientSoap">
  115.     <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
  116.     <wsdl:operation name="uploadclientdb">
  117.       <soap:operation soapAction="http://tempuri.org/uploadclientdb" style="document" />
  118.       <wsdl:input>
  119.         <soap:body use="literal" />
  120.       </wsdl:input>
  121.       <wsdl:output>
  122.         <soap:body use="literal" />
  123.       </wsdl:output>
  124.     </wsdl:operation>
  125.     <wsdl:operation name="getclientdb">
  126.       <soap:operation soapAction="http://tempuri.org/getclientdb" style="document" />
  127.       <wsdl:input>
  128.         <soap:body use="literal" />
  129.       </wsdl:input>
  130.       <wsdl:output>
  131.         <soap:body use="literal" />
  132.       </wsdl:output>
  133.     </wsdl:operation>
  134.     <wsdl:operation name="recoverfile">
  135.       <soap:operation soapAction="http://tempuri.org/recoverfile" style="document" />
  136.       <wsdl:input>
  137.         <soap:body use="literal" />
  138.       </wsdl:input>
  139.       <wsdl:output>
  140.         <soap:body use="literal" />
  141.       </wsdl:output>
  142.     </wsdl:operation>
  143.     <wsdl:operation name="GetServerIP">
  144.       <soap:operation soapAction="http://tempuri.org/GetServerIP" style="document" />
  145.       <wsdl:input>
  146.         <soap:body use="literal" />
  147.       </wsdl:input>
  148.       <wsdl:output>
  149.         <soap:body use="literal" />
  150.       </wsdl:output>
  151.     </wsdl:operation>
  152.   </wsdl:binding>
  153.   <wsdl:service name="client">
  154.     <wsdl:port name="clientSoap" binding="tns:clientSoap">
  155.       <soap:address location="https://ev11.sosonlinebackup.com/rdss/protect/clientdb/client.asmx" />
  156.     </wsdl:port>
  157.   </wsdl:service>
  158. </wsdl:definitions>